*{box-sizing:border-box}body{font-family:'Poppins',sans-serif;margin:0;height:100vh;overflow:hidden;display:grid;place-items:center;text-align:center;color:#111;background:linear-gradient(180deg,#fff 0,#f9f9f9 100%);position:relative}main{padding:1rem;max-width:600px}img{width:90px;height:90px;margin-bottom:1rem;border-radius:18px;box-shadow:0 8px 20px -5px rgba(255,252,0,0.7)}h1{font-size:clamp(2rem,8vw,3.5rem);font-weight:700;margin:0 0 1rem}p{font-size:clamp(1rem,4vw,1.25rem);font-weight:400;margin:0 0 2.5rem;line-height:1.5;color:#333}a.cta{display:inline-block;background:#FFFC00;color:#111;font-weight:700;text-decoration:none;padding:1rem 2rem;border-radius:50px;font-size:1.1rem;transition:transform .2s ease;box-shadow:0 4px 15px rgba(0,0,0,0.1)}a.cta:hover,a.cta:focus-visible{transform:scale(1.05)}footer{position:fixed;bottom:1.5rem;left:50%;transform:translateX(-50%);display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;max-width:90%}.badge{display:inline-flex;align-items:center;gap:.5rem;background:rgba(255,255,255,0.8);backdrop-filter:blur(5px);border:1px solid #eee;padding:.4rem .8rem;border-radius:50px;font-size:.8rem;color:#555}.badge svg{width:16px;height:16px}.badge svg.check{fill:#00C700}.badge svg.lock{fill:#555}.banner{display:none;position:fixed;bottom:0;left:0;right:0;background:#1A1A1A;color:#E0E0E0;padding:1rem;text-align:center;font-size:.9rem;z-index:10;box-shadow:0 -2px 10px rgba(0,0,0,0.2)}.banner p{margin:0 0 1rem;font-size:.9rem;line-height:1.4;max-width:600px;display:inline-block;color:#E0E0E0}.banner button{background:#FFFC00;color:#111;border:0;padding:.5rem 1rem;border-radius:8px;cursor:pointer;font-weight:700}.banner.show{display:block}@keyframes float{0%{transform:translateY(0);opacity:0}50%{opacity:.1}100%{transform:translateY(-100vh);opacity:0}}.ghost-container{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-1}.ghost{position:absolute;top:100vh;width:50px;height:50px;background:rgba(0,0,0,0.05);border-radius:50%;animation:float 20s infinite linear}.ghost:nth-child(1){left:10%;animation-duration:15s;animation-delay:0s}.ghost:nth-child(2){left:30%;animation-duration:20s;animation-delay:3s}.ghost:nth-child(3){left:50%;animation-duration:25s;animation-delay:1s}.ghost:nth-child(4){left:70%;animation-duration:18s;animation-delay:5s}.ghost:nth-child(5){left:90%;animation-duration:22s;animation-delay:2s}